[package]
name = "ostree"
-version = "0.8.0"
+version = "0.9.0"
authors = ["Felix Krull"]
license = "MIT"
gobject-sys = "0.10.0"
gio-sys = "0.10.0"
once_cell = "1.4.0"
-ostree-sys = { version = "0.6.0", path = "sys" }
+ostree-sys = { version = "0.7.0", path = "sys" }
radix64 = "0.6.2"
hex = "0.4.2"
thiserror = "1.0.20"
```toml
[dependencies]
-ostree = "0.8"
+ostree = "0.9"
```
To use features from later libostree versions, you need to specify the release
```toml
[dependencies.ostree]
-version = "0.8"
-features = ["v2020_1"]
+version = "0.9"
+features = ["v2020_4"]
```
## Developing
links = "ostree-1"
name = "ostree-sys"
repository = "https://gitlab.com/fkrull/ostree-rs"
-version = "0.6.0"
+version = "0.7.0"
[package.metadata.docs.rs]
features = ["dox"]
[package.metadata.system-deps.ostree_1]